object NagForm: TNagForm Left = 244 Top = 114 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'NagForm' ClientHeight = 154 ClientWidth = 304 Font.Color = clBlack Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] ShowHint = True OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object Button1: TButton Left = 138 Top = 113 Width = 75 Height = 31 Caption = '&Register!' Enabled = False Font.Color = clBlack Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 217 Top = 113 Width = 75 Height = 31 Caption = '&Cancel' Enabled = False TabOrder = 1 OnClick = Button2Click end object Frame: TGroupBox Left = 10 Top = 15 Width = 283 Height = 90 Font.Color = clMaroon Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 3 object Memo: TMemo Left = 10 Top = 25 Width = 203 Height = 55 TabStop = False BorderStyle = bsNone Color = clBtnFace Ctl3D = False Font.Color = clBlack Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentCtl3D = False ParentFont = False ReadOnly = True TabOrder = 0 WantReturns = False WordWrap = False OnExit = MemoExit OnMouseUp = MemoMouseUp end end object SuspendButton: TButton Left = 10 Top = 113 Width = 124 Height = 31 Caption = '&Suspend Previews' TabOrder = 2 OnClick = SuspendButtonClick end object Timer: TTimer Enabled = False OnTimer = TimerTimer Left = 200 Top = 4 end end